home *** CD-ROM | disk | FTP | other *** search
- -- card: 5701 from stack: in.2
- -- bmap block id: 11673
- -- flags: 0000
- -- background id: 2586
- -- name:
- ----- HyperTalk script -----
- on openCard
- talk "ball.",150,130
- global it
- if it = 2 then
- visual dissolve fast
- go to card id 49339
- else if it < 10 then
- visual dissolve fast
- go to card id 49533
- else if it >10 then
- visual dissolve fast
- go to card id 50457
- end if
- end openCard
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=6 top=23 right=338 bottom=505
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- global it
- if it >= 4 then
- visual dissolve fast
- go to card id 27983
- else if it < 4 then
- visual dissolve fast
- go to card id 3029
- end if
- end mouseUp
-
-
-